home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / tmbootv2.zip / TMBOOTV2.DOC < prev   
Text File  |  1989-10-09  |  10KB  |  292 lines

  1.                             Time Boot Utility
  2.                        DOCUMENTATION - Version 2.3
  3.  
  4. General Description:
  5.  
  6.     Time Boot is a very short utility that will reboot (restart) your
  7. computer at a specific time you set.  Until that time is reached, Time Boot
  8. sits idle, allowing you full use of your computer.  When the desired time is
  9. reached, your computer will reboot.
  10.  
  11. Logic:
  12.  
  13.     Time Boot is a TSR (Terminate & Stay Resident) program.  It remains in
  14. memory after the program finishes and uses a very small amount of memory
  15. (appx. 800 bytes).  Once installed, it continually checks the system time
  16. clock approximately twice each second, comparing the system clock with the
  17. requested boot time.  When the times match, a no-holds-barred reboot will
  18. occur.
  19.  
  20. Usage:
  21.  
  22.     Time Boot is ideal for those of us who leave our PC's powered on 24
  23. hours a day.  An occasional reboot will refresh the whole system and ensures
  24. everything is in good running order.
  25.  
  26.     Time Boot is also ideal for users of DOS version 3.2.  Unfortunately,
  27. DOS 3.2 has a glitch in it concerning the system date.  It simply doesn't
  28. always change the date at midnight as it should.  The PC will happily keep
  29. the same calendar date forever until it is rebooted.  At that time, the
  30. correct date is set.
  31.  
  32.     This glitch can play havoc with date sensitive programs.  It also
  33. confuses the time/date stamps placed on new/changed files.
  34.  
  35.     To get the most out of Time Boot, include it in your AUTOEXEC.BAT file.
  36.  
  37. Time Boot Version 2.3
  38.  
  39.  
  40. Enhancements in Time Boot Version 2.3:
  41.  
  42.     Time Boot Version 2.3 contains several new features:
  43.  
  44. 1)    On-Screen Countdown Warning
  45.  
  46.     60 seconds before rebooting, a warning message will appear in the upper
  47. left corner of the screen.  The message will provide a second-by-second
  48. countdown until the reboot actually occurs.  This will give you a short
  49. safety margin if you get caught working on the computer at reboot time.  Use
  50. this time to save files FAST before the reboot hits!
  51.  
  52.     The on-screen warning should work on any color or monochrome monitor.
  53.  
  54. 2)    Reboot Warning Alarm
  55.  
  56.     A series of three warning beeps will sound approximately 60 seconds
  57. before reboot.  The beep sound can be enabled or silenced with an optional
  58. command parameter.
  59.  
  60. 2)    Elapsed Time Boot Setting
  61.  
  62.     A new option switch has been added.  The "/E" option sets the reboot
  63. time #### hours/minutes from the current time. 
  64.  
  65. 3)    12/24 Hour Time
  66.  
  67.     Time Boot will now accept either 12 hour (AM/PM) or 24 hour (military)
  68. time settings.
  69.  
  70. Time Boot Version 2.3
  71.  
  72.  
  73. Running the Program:
  74.  
  75.     Use the DOS Change Directory Command (CD [\Subdirectory]) if necessary
  76. to make sure you are in the subdirectory containing TMBOOTV2.COM.
  77.  
  78.     At the DOS prompt, type:
  79.  
  80.             TMBOOTV2 /option
  81.  
  82.     Time Boot accepts any ONE of five parameters explained below.  Each
  83. parameter begins with the forward slash (/) and is followed by a letter. 
  84. Letters may be either uppercase or lowercase.  Additional numbers/letters may
  85. also be required, depending on the option selected.
  86.  
  87.     Options are as follows:
  88.  
  89. /B####P
  90.           Boot time.  Replace the #'s with 4 numbers to represent the
  91.           desired boot time setting.  Time may be entered in either 12 hour
  92.           (AM/PM) or 24 hour (military) notation.
  93.  
  94.         a)  12 Hour (AM/PM) Time Setting
  95.  
  96.             The time entered must be between 0000-1159.  To indicate
  97.                 PM, include a 'P' after the digits.  For AM, no extra
  98.                 characters are required.  Example:
  99.  
  100.                 TMBOOTV2 /B1135P
  101.  
  102.         Sets the computer to reboot at 11:35 PM.
  103.  
  104.         b)  24 Hour (Military) Time Setting
  105.  
  106.         The time entered must be between 0000-2359 (midnight to
  107.                 11:59 PM).  Example:
  108.  
  109.                 TMBOOTV2 /B2335
  110.  
  111.         Sets the computer to reboot at 11:35 PM.
  112.  
  113. Time Boot Version 2.3
  114.  
  115.  
  116. /C####P
  117.       Change current boot time setting.  Replace the #'s with 4 numbers
  118.           to represent the desired boot time setting in either 12 hour or
  119.           24 hour notation (see /B description above).  Example:
  120.  
  121.                 TMBOOTV2 /C0345
  122.  
  123.       Changes the current boot time. The computer will now reboot at
  124.           3:45 AM instead.
  125.  
  126. /E####
  127.       Elapsed Time Boot setting.  Sets the boot time #### 
  128.           (Hours/Minutes) from now.  Replace the #'s with 4 numbers to
  129.           represent the desired number of hours/minutes to wait before
  130.           rebooting.  Elapsed time must be between 0000 and 2359.  Example:
  131.  
  132.                 TMBOOTV2 /E0130
  133.  
  134.       Sets the computer to reboot 1 hour, 30 minutes from now.
  135.  
  136. /S
  137.       Status.  Shows the current scheduled boot time setting.  No
  138.           additional numbers are required.  Example:
  139.  
  140.                 TMBOOTV2 /S
  141.  
  142. /X
  143.       Cancel scheduled boot time setting.  This parameter disables the
  144.           Time Boot program and puts it to sleep.  Although the program
  145.           still stays in the computer's memory, no scheduled reboot will
  146.           occur.  Example:
  147.  
  148.                 TMBOOTV2 /X
  149.  
  150.       You may reactivate the Time Boot by using either the /B or /C
  151.           options above.
  152.  
  153. Time Boot Version 2.3
  154.  
  155.  
  156.     The following two parameters are optional.  They may be entered alone
  157. or after any other option:
  158.  
  159. /+
  160.       Enable the Warning Beep Sound (default).  The on-screen warning
  161.           will be displayed and three beeps will sound at the beginning of
  162.           the countdown.  Example:
  163.  
  164.                 TMBOOTV2 /B0530+
  165.  
  166.       Sets the computer to reboot at 5:30 AM and enables the warning
  167.           beeps.
  168.  
  169. /-
  170.       Disable the Warning Beep Sound.  The on-screen warning countdown
  171.           will still be displayed, but no beeps will sound.
  172.  
  173.                 TMBOOTV2 /B0530-
  174.  
  175.       Sets the computer to reboot at 5:30 AM and disables the warning
  176.           beeps.
  177.  
  178. Time Boot Version 2.3
  179.  
  180.  
  181. Special Notes:
  182.  
  183.     TSR programs occasionally conflict with each other.  Not all TSR's
  184. cooperate properly with other TSR's in use.
  185.  
  186.     Time Boot has been designed to coexist as peacefully as possible.  Some
  187. special precautions are needed, however, to work properly.
  188.  
  189.     If you use other clock-type TSR's, such as on-screen clock displays,
  190. install them FIRST.  Time Boot will attach itself after these programs.  In
  191. this manner, both should get along just fine.
  192.  
  193.     Also keep in mind that at the scheduled reboot time, reboot will occur
  194. NO MATTER WHAT you may be doing on the computer!  To avoid any risk, set a
  195. reboot time when you are SURE you will not be using the computer.
  196.  
  197.     One other special note:  The system clock managed by DOS isn't always 
  198. very accurate.  Other processes, like disk access, can occupy the computer 
  199. and keep it from updating the time for a short while.  As a result, Time Boot
  200. doesn't always reboot EXACTLY at the time requested.  Don't be worried if 
  201. it's a few seconds early or late.  That's just the way DOS works.  Time Boot Version 2.3
  202.  
  203.  
  204. Evaluation Period:
  205.  
  206.     This program is being distributed as SHAREWARE.  That means, very
  207. simply, that you may try out the program free of charge to see if you like
  208. it.  You are highly encouraged to give copies of this program to friends,
  209. associates and to upload to any BBS's you wish.
  210.  
  211.     After trying it out, if you don't like it, simply delete it.  It costs
  212. you nothing.  If you do decide to continue using this program, you must
  213. register your copy by paying a very modest fee.
  214.  
  215.     This program has a limited number of runs available.  This should be
  216. more than adequate to properly evaluate the program.  If the number of runs
  217. is exceeded without legitimately registering your copy, an annoying pause
  218. will occur each time you run it.  Except for the annoying pause, the program
  219. will remain fully functional.
  220.  
  221.     The limited run count will automatically reset when the program runs
  222. on a different PC.  This allows free distribution of trial copies to others
  223. without penalty.
  224.  
  225.     Let me know your comments about this utility.  I appreciate the
  226. feedback.
  227.  
  228. About the Author:
  229.  
  230.     I am an independent programmer specializing in PC programming and
  231. development.  With over 10 years of technical experience, my previous
  232. assignments include positions within major financial institutions, service
  233. companies, trade ass